home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / tex / makeinfo.zoo / makeinfo.man < prev    next >
Text File  |  1991-10-25  |  2KB  |  76 lines

  1.  
  2. MAKEINFO(1)         ST Programmer's Manual            MAKEINFO(1)
  3.  
  4.  
  5.  
  6. NAME
  7.      makeinfo - convert .texinfo files into .info files
  8.  
  9. SYNOPSIS
  10.      makeinfo [ +no-validate ] [ +no-warn ] [ +no-split ] [ +ver-
  11.      bose ] [ +version ] [ +paragraph-indent # ] [ +fill-column #
  12.      ] [ +error-limit # ] [ +reference-limit # ] [ +footnote-
  13.      style STYLE ] texinfo-file ...
  14.  
  15. DESCRIPTION
  16.      Makeinfo reads in sequence files with TeXinfo formatting
  17.      commands and produces corresponding files in .info (GNU-
  18.      emacs) format.
  19.  
  20. OPTIONS
  21.      Command line options are described below. Some options have
  22.      a short form when noted.
  23.  
  24.      +no-validate
  25.           option supresses node cross reference validation.
  26.  
  27.      +no-validate
  28.           turns off node cross reference validation.
  29.  
  30.      +no-warn
  31.           to suppress warning messages (errors are still output).
  32.  
  33.      +no-split
  34.           prevents splitting of large files.
  35.  
  36.      +verbose
  37.           print information about included files.
  38.  
  39.      +version
  40.           prints the version number of makeinfo. Short +V
  41.  
  42.      +paragraph-indent
  43.           sets the paragraph indent to 'num' (default is 3).  Use
  44.           negative values to kill all paragraph indentation.
  45.           Short  +p num.
  46.  
  47.      +fill-column
  48.           sets the filling column to 'num' (default 72).
  49.       Short +f num.
  50.  
  51.      +error-limit
  52.           sets the error limit to 'num' (default 100).
  53.       Short +e num.
  54.  
  55.      +reference-limit
  56.           set the reference warning limit to 'num' (default is
  57.           1000).  Short +r num.
  58.  
  59.      +footnote-style
  60.           to set the footnote style to 'style'.  'Style' should
  61.           either be MN for 'make node', or BN for 'bottom node'.
  62.           Short +s style.
  63.  
  64. BUGS
  65.      The program needs both memory and a disk space.  If you are
  66.      splitting large files an amount of disk space needed will be
  67.      around 3 time an original file size.
  68.  
  69.      Setting paragraph indent to 0 does not work too well.  Use
  70.      negative values to kill paragraph indentation completely.
  71.  
  72.      Short forms for options should be preceded by '-' instead of
  73.      '+'.
  74.  
  75.      Some other, no doubt.
  76.